home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr03 / wpm4.zip / WPM4.DOC < prev    next >
Text File  |  1993-07-03  |  3KB  |  99 lines

  1.                             WPM4 version 1.0
  2.  
  3.                         WordPerfect preprocessor
  4.  
  5.                  Copyright 1991   Gordian Knot Software
  6.  
  7.                           NOTES as of 12-04-91
  8.  
  9.  
  10.  
  11.  
  12. WPM4 is a WordPerfect-compatible counterpart to M4, based on the Turbo C
  13. version of Michael Rubenstein's MSDOS M4.
  14.  
  15. WPM4 supports all features of M4, with the following
  16. exceptions/modifications:
  17.  
  18.  
  19.    - Input files may be in either ASCII or WP5X format.
  20.  
  21.  
  22.    - Default output format is WP5X. To produce ASCII output, use the text
  23.      switch, -t or /t, anywhere on the command line, e.g.:
  24.  
  25.           wpm4 /t file1 file2
  26.  
  27.      or
  28.  
  29.           WPM4 FILE1 -T FILE2 FILE3
  30.  
  31.      or
  32.  
  33.           wpm4 file1 file2 -t
  34.  
  35.      etc.
  36.  
  37.  
  38.    - WP5X output is handled as follows:
  39.  
  40.         - If the first input file is in WP5X format, WPM4 will use this
  41.           file's header as the WP header for output.
  42.  
  43.         - If the first input file is ASCII, WPM4 will supply a generic
  44.           "vanilla" WP5X file header for output.
  45.  
  46.         - WPM4 will strip the file header from subsequent or included
  47.           WP5X files. 
  48.  
  49.  
  50.    - All WordPerfect codes are passed literally to output. Any text
  51.      embedded within these codes (i.e., headers, footers, footnotes,
  52.      tables, text boxes, etc.) will not be scanned for preprocessor
  53.      directives.
  54.  
  55.  
  56.    - As of now, WPM4 does not allow the use of WP codes within macro
  57.      define arguments. 
  58.  
  59.  
  60.  
  61.  
  62.                                DISCLAIMER
  63.  
  64.  
  65. This software and documentation are distributed "as is" and without any
  66. express or implied warranties whatsoever as to performance,
  67. merchantability, or fitness for a particular purpose. The user must
  68. assume the entire risk of using the program. The author assumes no
  69. liability for any damage to data or property which may be caused directly
  70. or indirectly by the use or misuse of WPM4.
  71.  
  72.  
  73. WPM4 is "freeware." You may copy and distribute it freely, as long as you
  74. do not sell it or alter it in any way. 
  75.  
  76. Comments or suggestions are always welcome. Please send them to:
  77.  
  78.      Lisa Grossman
  79.  
  80.           CIS: 71331,3122
  81.  
  82.           MCI: GORDIAN
  83.  
  84.           Gordian Knot Services, Inc.
  85.           201 West 54th Street
  86.           Suite 1C
  87.           New York, New York  10019
  88.  
  89.  
  90.  
  91.                              ACKNOWLEDGMENTS
  92.  
  93.  
  94. Thanks are due to Michael Rubenstein, both for the use of his source code
  95. and documentation (without which this project never would have happened),
  96. and for his gracious permission to publish the results in their present
  97. form. Thanks are also due to David Seidman, who badgered me into writing
  98. WPM4 and who, persisting in the face of my procrastination, finally got
  99. me to finish and release it.